Recall a ticket
POST/tickets/:ticketId/recall
Recall a ticket that has been forwarded to another contact
Request
Path Parameters
ticketId stringrequired
The id of the ticket to be recalled.
Header Parameters
x-api-key string
The API Key of the store
Authorization string
Bearer Token
Responses
- 202
- 400
- 401
- 404
Accepted
- application/json
- Schema
- Example (from schema)
Schema
notificationId string
{
"notificationId": "string"
}
Bad Request
Unauthorized
Not Found
Loading...